[INFO] cloning repository https://github.com/raja-dettex/swsv2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/raja-dettex/swsv2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraja-dettex%2Fswsv2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraja-dettex%2Fswsv2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8b96eb1906fb1033b2e2c532e4119eec081c765f
[INFO] fixing raja-dettex/swsv2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraja-dettex%2Fswsv2" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/raja-dettex/swsv2
[INFO] finished tweaking git repo https://github.com/raja-dettex/swsv2
[INFO] tweaked toml for git repo https://github.com/raja-dettex/swsv2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/raja-dettex/swsv2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/raja-dettex/swsv2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c4dfaa9da423da88855cade383d3545f71e71eba32b2011f83289952f226fb0d
[INFO] running `Command { std: "docker" "start" "c4dfaa9da423da88855cade383d3545f71e71eba32b2011f83289952f226fb0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c4dfaa9da423da88855cade383d3545f71e71eba32b2011f83289952f226fb0d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4dfaa9da423da88855cade383d3545f71e71eba32b2011f83289952f226fb0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c4dfaa9da423da88855cade383d3545f71e71eba32b2011f83289952f226fb0d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]     Checking regex v1.10.5
[INFO] [stderr]     Checking swsv2 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/network_adaptor/transport.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/network_adaptor/transport.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let pool = Arc::new(Mutex::new(pool));
[INFO] [stdout]    |             ----
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `pool` calls a custom destructor
[INFO] [stdout]    |             `pool` will be dropped later as of Edition 2024
[INFO] [stdout] 26 |         let router = Arc::new(Mutex::new(router));
[INFO] [stdout]    |             ------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `router` calls a custom destructor
[INFO] [stdout]    |             `router` will be dropped later as of Edition 2024
[INFO] [stdout] 27 |         match self.listener.take() { Some(ln) => {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 47 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `pool` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `pool` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `pool` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]    = note: `router` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/network_adaptor/transport.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let pool = Arc::new(Mutex::new(pool));
[INFO] [stdout]    |             ----
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `pool` calls a custom destructor
[INFO] [stdout]    |             `pool` will be dropped later as of Edition 2024
[INFO] [stdout] 26 |         let router = Arc::new(Mutex::new(router));
[INFO] [stdout]    |             ------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `router` calls a custom destructor
[INFO] [stdout]    |             `router` will be dropped later as of Edition 2024
[INFO] [stdout] 27 |         match self.listener.take() { Some(ln) => {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 47 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `pool` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `pool` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `pool` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]    = note: `router` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.26s
[INFO] [stderr] crater-edition-check: swsv2 v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking swsv2 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/middlewares/routing.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{any::{self, Any}, collections::HashMap, net::TcpStream, sync::{Arc, Mutex}};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `init::*`
[INFO] [stdout]  --> src/middlewares/routing.rs:7:28
[INFO] [stdout]   |
[INFO] [stdout] 7 | use super::{controller::*, init::*};
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/middlewares/controller.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{any::{self, Any}, net::TcpStream, sync::{Arc, Mutex}};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::init::Initializer`
[INFO] [stdout]  --> src/middlewares/controller.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::init::Initializer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `boxedAnyType` should have an upper camel case name
[INFO] [stdout]   --> src/middlewares/controller.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub type boxedAnyType = Box<dyn Any + Send>;
[INFO] [stdout]    |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BoxedAnyType`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BorrowMut`, `Borrow`, `Error`, `Write`, `cell::RefCell`, and `rc::Rc`
[INFO] [stdout]  --> src/network_adaptor/transport.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{borrow::{Borrow, BorrowMut}, cell::RefCell, io::{Error, Write}, net::{TcpListener, TcpStream}, rc::Rc, sync::{Arc, Mutex}};
[INFO] [stdout]   |                    ^^^^^^  ^^^^^^^^^   ^^^^^^^^^^^^^       ^^^^^  ^^^^^                                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ControllerResult` and `self`
[INFO] [stdout]  --> src/network_adaptor/transport.rs:3:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{middlewares::controller::{self, ControllerResult}, parser::http::parse, pool::thread::ThreadPool};
[INFO] [stdout]   |                                       ^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `handle_request` should have an upper camel case name
[INFO] [stdout]    --> src/network_adaptor/transport.rs:105:6
[INFO] [stdout]     |
[INFO] [stdout] 105 | type handle_request = fn(TcpStream );
[INFO] [stdout]     |      ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HandleRequest`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `net::TcpStream`
[INFO] [stdout]  --> src/pool/thread.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{net::TcpStream, sync::{mpsc, Arc, Mutex}, thread::{self, JoinHandle}};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `json_value` should have an upper camel case name
[INFO] [stdout]  --> src/serializer_deserializer/lib.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum json_value {
[INFO] [stdout]   |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `JsonValue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json`
[INFO] [stdout]  --> src/types/custom.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde_json;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/middlewares/routing.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{any::{self, Any}, collections::HashMap, net::TcpStream, sync::{Arc, Mutex}};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `init::*`
[INFO] [stdout]  --> src/middlewares/routing.rs:7:28
[INFO] [stdout]   |
[INFO] [stdout] 7 | use super::{controller::*, init::*};
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/middlewares/controller.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{any::{self, Any}, net::TcpStream, sync::{Arc, Mutex}};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::init::Initializer`
[INFO] [stdout]  --> src/middlewares/controller.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::init::Initializer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `boxedAnyType` should have an upper camel case name
[INFO] [stdout]   --> src/middlewares/controller.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub type boxedAnyType = Box<dyn Any + Send>;
[INFO] [stdout]    |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BoxedAnyType`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BorrowMut`, `Borrow`, `Error`, `Write`, `cell::RefCell`, and `rc::Rc`
[INFO] [stdout]  --> src/network_adaptor/transport.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{borrow::{Borrow, BorrowMut}, cell::RefCell, io::{Error, Write}, net::{TcpListener, TcpStream}, rc::Rc, sync::{Arc, Mutex}};
[INFO] [stdout]   |                    ^^^^^^  ^^^^^^^^^   ^^^^^^^^^^^^^       ^^^^^  ^^^^^                                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ControllerResult` and `self`
[INFO] [stdout]  --> src/network_adaptor/transport.rs:3:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{middlewares::controller::{self, ControllerResult}, parser::http::parse, pool::thread::ThreadPool};
[INFO] [stdout]   |                                       ^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `handle_request` should have an upper camel case name
[INFO] [stdout]    --> src/network_adaptor/transport.rs:105:6
[INFO] [stdout]     |
[INFO] [stdout] 105 | type handle_request = fn(TcpStream );
[INFO] [stdout]     |      ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HandleRequest`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `net::TcpStream`
[INFO] [stdout]  --> src/pool/thread.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{net::TcpStream, sync::{mpsc, Arc, Mutex}, thread::{self, JoinHandle}};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/pool/pool_test.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     use std::borrow::Borrow;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Arc`, `Mutex`, and `mpsc`
[INFO] [stdout]  --> src/pool/pool_test.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 |     use std::sync::{mpsc, Arc, Mutex};
[INFO] [stdout]   |                     ^^^^  ^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Thread` and `self`
[INFO] [stdout]  --> src/pool/pool_test.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 |     use std::thread::{self, Thread};
[INFO] [stdout]   |                       ^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Duration` and `self`
[INFO] [stdout]  --> src/pool/pool_test.rs:9:21
[INFO] [stdout]   |
[INFO] [stdout] 9 |     use std::time::{self, Duration};
[INFO] [stdout]   |                     ^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::middlewares::controller::*`
[INFO] [stdout]   --> src/pool/pool_test.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     use crate::middlewares::controller::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::middlewares::init::Initializer`
[INFO] [stdout]   --> src/pool/pool_test.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     use crate::middlewares::init::Initializer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::middlewares::routing::*`
[INFO] [stdout]   --> src/pool/pool_test.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     use crate::middlewares::routing::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::pool::thread::ThreadPool`
[INFO] [stdout]   --> src/pool/pool_test.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     use crate::pool::thread::ThreadPool;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `json_value` should have an upper camel case name
[INFO] [stdout]  --> src/serializer_deserializer/lib.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum json_value {
[INFO] [stdout]   |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `JsonValue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> src/serializer_deserializer/test.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     use std::collections::HashMap;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::serializer_deserializer::lib::*`
[INFO] [stdout]   --> src/serializer_deserializer/test.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use crate::serializer_deserializer::lib::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::thread::ThreadPool`
[INFO] [stdout]   --> src/serializer_deserializer/test.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     use self::thread::ThreadPool;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/serializer_deserializer/test.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `thread::sleep` and `time::Duration`
[INFO] [stdout]   --> src/serializer_deserializer/test.rs:56:15
[INFO] [stdout]    |
[INFO] [stdout] 56 |     use std::{thread::sleep, time::Duration};
[INFO] [stdout]    |               ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json`
[INFO] [stdout]  --> src/types/custom.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde_json;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/network_adaptor/transport.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 Err(e) => {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/network_adaptor/transport.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |             if let Ok(mut s) = stream { 
[INFO] [stdout]    |                       ----^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stream_clone`
[INFO] [stdout]   --> src/network_adaptor/transport.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 |         let stream_clone = Arc::clone(&stream);
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream_clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stream`
[INFO] [stdout]    --> src/network_adaptor/transport.rs:107:22
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn handle_stream(stream : TcpStream) {
[INFO] [stdout]     |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/parser/http.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |         let mut header_str = format!("\r\n{}:{}", k.to_string(), v.to_string());
[INFO] [stdout]    |             ----^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `handle_request` is never used
[INFO] [stdout]    --> src/network_adaptor/transport.rs:105:6
[INFO] [stdout]     |
[INFO] [stdout] 105 | type handle_request = fn(TcpStream );
[INFO] [stdout]     |      ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id` and `thread` are never read
[INFO] [stdout]  --> src/pool/thread.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Worker { 
[INFO] [stdout]   |            ------ fields in this struct
[INFO] [stdout] 4 |     id : usize,
[INFO] [stdout]   |     ^^
[INFO] [stdout] 5 |     thread : JoinHandle<()>,    
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `workers` is never read
[INFO] [stdout]   --> src/pool/thread.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct ThreadPool { 
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 23 |     workers : Vec<Worker>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `doSomething` should have a snake case name
[INFO] [stdout]   --> src/http/server.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn doSomething(&self) -> String{
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to snake case: `do_something`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `tcpStream` should have a snake case name
[INFO] [stdout]   --> src/network_adaptor/transport.rs:77:50
[INFO] [stdout]    |
[INFO] [stdout] 77 |         self.pool.lock().unwrap().execute( move |tcpStream| {
[INFO] [stdout]    |                                                  ^^^^^^^^^ help: convert the identifier to snake case: `tcp_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `StatusCode` should have a snake case name
[INFO] [stdout]   --> src/parser/http.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub StatusCode : u32,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `status_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `statusMessage` should have a snake case name
[INFO] [stdout]   --> src/parser/http.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub statusMessage: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `status_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `StatusCode` should have a snake case name
[INFO] [stdout]   --> src/parser/http.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn new(version:String, StatusCode : u32, statusMessage: String,  body : Option<String>, headers : HashMap<String , String>) ...
[INFO] [stdout]    |                                ^^^^^^^^^^ help: convert the identifier to snake case: `status_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `statusMessage` should have a snake case name
[INFO] [stdout]   --> src/parser/http.rs:42:50
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn new(version:String, StatusCode : u32, statusMessage: String,  body : Option<String>, headers : HashMap<String , String>) ...
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^ help: convert the identifier to snake case: `status_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_Bool` should have a snake case name
[INFO] [stdout]    --> src/serializer_deserializer/lib.rs:194:4
[INFO] [stdout]     |
[INFO] [stdout] 194 | fn parse_Bool(first_char: char, chars: &mut std::str::Chars) -> Result<json_value, &'static str> {
[INFO] [stdout]     |    ^^^^^^^^^^ help: convert the identifier to snake case: `parse_bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getAll` should have a snake case name
[INFO] [stdout]  --> src/storage/store.rs:2:8
[INFO] [stdout]   |
[INFO] [stdout] 2 |     fn getAll(&self) -> Vec<T>;
[INFO] [stdout]   |        ^^^^^^ help: convert the identifier to snake case: `get_all`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/network_adaptor/transport.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 Err(e) => {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/network_adaptor/transport.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |             if let Ok(mut s) = stream { 
[INFO] [stdout]    |                       ----^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stream_clone`
[INFO] [stdout]   --> src/network_adaptor/transport.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 |         let stream_clone = Arc::clone(&stream);
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream_clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stream`
[INFO] [stdout]    --> src/network_adaptor/transport.rs:107:22
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn handle_stream(stream : TcpStream) {
[INFO] [stdout]     |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/parser/http.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |         let mut header_str = format!("\r\n{}:{}", k.to_string(), v.to_string());
[INFO] [stdout]    |             ----^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `handle_request` is never used
[INFO] [stdout]    --> src/network_adaptor/transport.rs:105:6
[INFO] [stdout]     |
[INFO] [stdout] 105 | type handle_request = fn(TcpStream );
[INFO] [stdout]     |      ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id` and `thread` are never read
[INFO] [stdout]  --> src/pool/thread.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Worker { 
[INFO] [stdout]   |            ------ fields in this struct
[INFO] [stdout] 4 |     id : usize,
[INFO] [stdout]   |     ^^
[INFO] [stdout] 5 |     thread : JoinHandle<()>,    
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `workers` is never read
[INFO] [stdout]   --> src/pool/thread.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct ThreadPool { 
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 23 |     workers : Vec<Worker>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `doSomething` should have a snake case name
[INFO] [stdout]   --> src/http/server.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn doSomething(&self) -> String{
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to snake case: `do_something`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `tcpStream` should have a snake case name
[INFO] [stdout]   --> src/network_adaptor/transport.rs:77:50
[INFO] [stdout]    |
[INFO] [stdout] 77 |         self.pool.lock().unwrap().execute( move |tcpStream| {
[INFO] [stdout]    |                                                  ^^^^^^^^^ help: convert the identifier to snake case: `tcp_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `StatusCode` should have a snake case name
[INFO] [stdout]   --> src/parser/http.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub StatusCode : u32,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `status_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `statusMessage` should have a snake case name
[INFO] [stdout]   --> src/parser/http.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub statusMessage: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `status_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.66s
[INFO] [stdout] warning: variable `StatusCode` should have a snake case name
[INFO] [stdout]   --> src/parser/http.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn new(version:String, StatusCode : u32, statusMessage: String,  body : Option<String>, headers : HashMap<String , String>) ...
[INFO] [stdout]    |                                ^^^^^^^^^^ help: convert the identifier to snake case: `status_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stdout] warning: variable `statusMessage` should have a snake case name
[INFO] [stdout]   --> src/parser/http.rs:42:50
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn new(version:String, StatusCode : u32, statusMessage: String,  body : Option<String>, headers : HashMap<String , String>) ...
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^ help: convert the identifier to snake case: `status_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: all finished
[INFO] [stdout] warning: function `parse_Bool` should have a snake case name
[INFO] [stdout]    --> src/serializer_deserializer/lib.rs:194:4
[INFO] [stdout]     |
[INFO] [stdout] 194 | fn parse_Bool(first_char: char, chars: &mut std::str::Chars) -> Result<json_value, &'static str> {
[INFO] [stdout]     |    ^^^^^^^^^^ help: convert the identifier to snake case: `parse_bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getAll` should have a snake case name
[INFO] [stdout]  --> src/storage/store.rs:2:8
[INFO] [stdout]   |
[INFO] [stdout] 2 |     fn getAll(&self) -> Vec<T>;
[INFO] [stdout]   |        ^^^^^^ help: convert the identifier to snake case: `get_all`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c4dfaa9da423da88855cade383d3545f71e71eba32b2011f83289952f226fb0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4dfaa9da423da88855cade383d3545f71e71eba32b2011f83289952f226fb0d", kill_on_drop: false }`
[INFO] [stdout] c4dfaa9da423da88855cade383d3545f71e71eba32b2011f83289952f226fb0d
